From: Karl Heuer Date: Wed, 20 Apr 1994 01:11:35 +0000 (+0000) Subject: (defun-prompt-regexp): Make this variable buffer-local. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92089 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=24ff54989b2f9a739ad3381afbd9a085b9adca98;p=emacs.git (defun-prompt-regexp): Make this variable buffer-local. --- diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index f5904be7364..b5c13eb1213 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -32,6 +32,7 @@ "*Non-nil => regexp to ignore, before the character that starts a defun. This is only necessary if the opening paren or brace is not in column 0. See `beginning-of-defun'.") +(make-variable-buffer-local 'defun-prompt-regexp) (defvar parens-require-spaces t "Non-nil => `insert-parentheses' should insert whitespace as needed.")